[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
     Syntax:        TXRESET()

     Purpose:       TXRESET() restores the user default environment
                    and deletes temporary fonts and macros. Any
                    partial pages that have not been printed are
                    printed.

     Argument:      None

     Returns:       0

     Usage:         TXRESET() is useful at the beginning and end of
                    your print routine. It will assure your have
                    having your printer environment "clean" when you
                    start and end your printing task.

     Example:       set console off
                    set device to print
                    set print on
                    TXRESET()

                         (Print Routine)

                    TXRESET()
                    Set print off
                    set device to screen
                    set console on

     See Also:      TXINIT(), TXCLEAR()

See Also: TXINIT() TXCLEAR()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson